const runtime._PageSize
13 uses
runtime (current package)
heapdump.go#L474: var freemark [_PageSize / 8]bool
malloc.go#L118: pageSize = _PageSize
malloc.go#L122: _PageSize = 1 << _PageShift
malloc.go#L123: _PageMask = _PageSize - 1
malloc.go#L1488: if align > _PageSize {
mcache.go#L220: if size+_PageSize < size {
mcache.go#L231: deductSweepCredit(npages*_PageSize, npages)
mcentral.go#L83: spanBytes := uintptr(class_to_allocnpages[c.spanclass.sizeclass()]) * _PageSize
mgcsweep.go#L524: traceGCSweepSpan(s.npages * _PageSize)
mgcsweep.go#L964: if heapDistance < _PageSize {
mgcsweep.go#L966: heapDistance = _PageSize
msize.go#L21: if size+_PageSize < size {
msize.go#L24: return alignUp(size, _PageSize)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |